home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15008 / TheoBr01.cab / _2E4994E7000B11D48F08965B7DEAC134 < prev    next >
Text File  |  2000-03-24  |  10KB  |  382 lines

  1. <html>
  2.  
  3. <head>
  4.  
  5.  
  6. <title>Navigation</title>
  7. <link REL="stylesheet" TYPE="text/css" HREF="Style%20Sheet1.css">
  8. <script ID="clientEventHandlersJS" LANGUAGE="javascript">
  9. <!--
  10. var thistext ="";
  11. var thisinfo = "" ;
  12. function fermer_onclick() {
  13. var Obj;
  14. var strName ;
  15. var strCtl ;
  16. for( i = 0; i< document.all.length; i++)
  17. {
  18.     Obj = document.all(i) ;
  19.     strName = Obj.id ;
  20.     if( strName != "undefined" )
  21.     strCtl = strName.substr(0,4) ;
  22.     if( strCtl == "info" || strCtl == "cont" )
  23.     {
  24.         Obj.style.display = "none" ;
  25.     }
  26. }
  27. }
  28.  
  29. function aggrandir_onclick() {
  30. var Obj;
  31. var strName ;
  32. var strCtl ;
  33. for( i = 0; i< document.all.length; i++)
  34. {
  35.     Obj = document.all(i) ;
  36.     strName = Obj.id ;
  37.     if( strName != "undefined" )
  38.     strCtl = strName.substr(0,4) ;
  39.     if( strCtl == "info")
  40.     {    
  41.         if( Obj.style.display == "block" )
  42.         {    
  43.             thisinfo = strName ;
  44.             Obj.style.display = "none" ;
  45.             Obj.className = "grosseinfo" ;
  46.             
  47.         }
  48.         Obj.style.display = "none" ;
  49.     }
  50.     if( strCtl == "cont")
  51.         Obj.style.display = "none" ;
  52.     if( strCtl == "text")
  53.     {
  54.         
  55.             thistext = strName ;
  56.             Obj.style.display = "none" ;
  57.         
  58.         
  59.     }
  60.                     
  61. }
  62. document.all.item(thisinfo).style.display = "block" ;
  63. controleg.style.display = "block" ;
  64. }
  65.  
  66. function rapetisser_onclick() {
  67. var Obj;
  68. var strName ;
  69. var strCtl ;
  70. for( i = 0; i< document.all.length; i++)
  71. {
  72.     Obj = document.all(i) ;
  73.     strName = Obj.id ;
  74.     if( strName != "undefined" )
  75.     strCtl = strName.substr(0,4) ;
  76.     if( strCtl == "info")
  77.     {    
  78.         if( Obj.style.display == "block" )
  79.         {    
  80.             thisinfo = strName ;
  81.             Obj.style.display = "none" ;
  82.             Obj.className = "infotext" ;
  83.             
  84.         }
  85.         Obj.style.display = "none" ;
  86.     }
  87.     if( strCtl == "cont")
  88.         Obj.style.display = "none" ;
  89.     
  90.                     
  91. }
  92. document.all.item(thisinfo).style.display = "block" ;
  93. document.all.item(thistext).style.display = "block" ;
  94. controle.style.display = "block" ;
  95.  
  96. }
  97.  
  98. function fermerg_onclick() {
  99. var Obj;
  100. var strName ;
  101. var strCtl ;
  102. for( i = 0; i< document.all.length; i++)
  103. {
  104.     Obj = document.all(i) ;
  105.     strName = Obj.id ;
  106.     if( strName != "undefined" )
  107.     strCtl = strName.substr(0,4) ;
  108.     if( strCtl == "info"  )
  109.     {
  110.         Obj.className = "infotext" ;
  111.         Obj.style.display = "none" ;
  112.     }
  113.     if( strCtl == "cont"  )
  114.     {
  115.         Obj.style.display = "none" ;
  116.     }
  117. }
  118. document.all.item(thistext).style.display = "block" ;
  119. }
  120.  
  121. function ASRRec1_SpeechRecognized(phrase,score,action) {
  122.  
  123.  
  124. if( score < 50)
  125.     return;
  126.  
  127. switch(action)
  128. {
  129.  
  130. /******************************************************
  131.             Navigation
  132. *******************************************************/
  133. case 1:
  134.     document.location.href = "pageprin.htm"; break ;
  135. case 2:
  136.     document.location.href = "pourfairequoi.htm";
  137.     break;
  138. case 3 :
  139.     document.location.href = "qui.htm" ;break;
  140. case 4 :
  141.     document.location.href = "contacte.htm";break;
  142. case 5:
  143.     document.location.href = "aide.htm";break;
  144. case 6:
  145.     document.location.href = "nos.htm";break;
  146. case 7 :
  147.     document.location.href = "agenda.htm"; break;
  148. case 8:
  149.     document.location.href = "revues.htm";break;
  150. case 9:
  151.     document.location.href = "ensavoir.htm";break;
  152.  
  153. case 11:
  154.     document.location.href = "nouvelle1.htm";break;
  155. case 12:
  156.     document.location.href = "QuizzFR.htm";break;
  157. case 13:
  158.     document.location.href = "nouvelle3.htm";break;    
  159. case 29 :
  160.     document.location.href = "fabricants.htm";break;    
  161. case 100:
  162.     document.location.href = "default1.htm";break;
  163.  
  164.  
  165. /**************************************************
  166.              Commandes
  167. ****************************************************/
  168. case 14:
  169.     window.print();break;
  170. case 101:
  171.     window.history.back(1);break;
  172. case 102:
  173.     window.history.forward(1);break;
  174.     
  175. case 103 :
  176.     CommandesP.click() ;break;
  177.  
  178. case 104 :
  179.      document.location.href="defaultGB.htm" ; 
  180.      break ;
  181.  
  182.  
  183. /////////// Scrolls //////////////////////////
  184. case 105:
  185.     text1.doScroll("up");
  186.     break ;
  187. case 106:
  188.     text1.doScroll("down");
  189.     break;
  190. case 107 :
  191.     text1.doScroll("pageUp") ;
  192.     break ;
  193. case 108 :
  194.     text1.doScroll("pageDown") ;
  195. ///////////////////////////////////////////////
  196.     break ;    
  197. case 1000:
  198.     window.close();break;
  199. case 20000 :
  200.         window.top.location.href = "../index.html";
  201.         break;
  202. default :
  203. break ;
  204. }
  205. }
  206.  
  207.  
  208. function CommandesP_onclick() {
  209.  info1.style.display = "block" ;
  210. }
  211.  
  212.  
  213. //-->
  214. </script>
  215. <script LANGUAGE="javascript" FOR="ASRRec1" EVENT="SpeechRecognized(phrase, score, action)">
  216. <!--
  217.  
  218.  ASRRec1_SpeechRecognized(phrase,score,action)
  219. //-->
  220. </script>
  221. </head>
  222.  
  223.  
  224.  
  225. <body background="images/pourfairequoi.gif"
  226.  style="background-repeat:no-repeat" 
  227.  LANGUAGE="javascript">
  228.  
  229. <img 
  230.      src="images/dummylogo.gif" WIDTH="139" HEIGHT="85" 
  231.       onclick="location.href='default1.htm'"
  232.       style="CURSOR: hand ; POSITION: absolute; LEFT : 620px; TOP : 490px"> 
  233.       
  234.       
  235.       
  236. <OBJECT classid="clsid:80B9E3EF-AD88-11D3-9FEB-D74ABDA2E736" id=ASRRec1 style="BACKGROUND-COLOR: #285098; LEFT: 13px; POSITION: absolute; TOP: 0px; POSITION: ABSOLUTE;" VIEWASTEXT>
  237.     <PARAM NAME="_cx" VALUE="6244">
  238.     <PARAM NAME="_cy" VALUE="2064">
  239.     <PARAM NAME="DatbaseName" VALUE="MyDb">
  240.     <PARAM NAME="ContextName" VALUE="site">
  241.     <PARAM NAME="UserName" VALUE="generic user">
  242.     <PARAM NAME="EnvName" VALUE="Win32"></OBJECT>
  243.  
  244.  
  245. <table ALIGN="left" BORDER="0" class="tab1" LANGUAGE="javascript" id="table1">
  246.   <tr>
  247.     <td BACKGROUND="images/boutonrecvoc1ro.gif" height="70" onclick="location.href='pageprin.htm'" style="CURSOR: hand; background-repeat:no-repeat" onmouseover="IMG1.style.visibility = 'hidden'" onmouseout="IMG1.style.visibility='visible'">
  248.         <a style="TEXTDECORATION:none" href="pageprin.htm">
  249.         <img src="images/boutonrecvoc1.gif" border="0" id="IMG1" WIDTH="130" HEIGHT="64"> 
  250.         </a>
  251.     </td>
  252.   </tr>
  253.   <tr>
  254.     <td>
  255.         <img src="images/boutonfq1sel.gif" border="0" id="IMG2" WIDTH="130" HEIGHT="56"> 
  256.         
  257.     </td>
  258.   </tr>
  259.   <tr>
  260.     <td BACKGROUND="images/boutonqui1ro.gif" onclick="location.href='qui.htm'" style="CURSOR:  hand; background-repeat:no-repeat" onmouseover="IMG3.style.visibility = 'hidden'" onmouseout="IMG3.style.visibility='visible'">
  261.     <a style="TEXTDECORATION:none" href="qui.htm">
  262.         <img src="images/boutonqui1.gif" border="0" id="IMG3" WIDTH="130" HEIGHT="55"> 
  263.     </a>    
  264.     </td>
  265.   </tr>
  266.   <tr>
  267.     <td BACKGROUND="images/boutoncontact1ro.gif" onclick="location.href='contacte.htm'" style="CURSOR: hand; background-repeat:no-repeat" onmouseover="IMG4.style.visibility = 'hidden'" onmouseout="IMG4.style.visibility='visible'">
  268.     <a style="TEXTDECORATION:none" href="contacte.htm">
  269.         <img src="images/boutoncontact1.gif" border="0" id="IMG4" WIDTH="130" HEIGHT="54"> 
  270.     </a>    
  271.     </td>
  272.   </tr>
  273.   <tr>
  274.     <td BACKGROUND="images/boutonaide1ro.gif" onclick="location.href='aide.htm'" style="CURSOR:  hand; background-repeat:no-repeat" onmouseover="IMG5.style.visibility = 'hidden'" onmouseout="IMG5.style.visibility='visible'">
  275.     <a style="TEXTDECORATION:none" href="aide.htm">
  276.         <img src="images/boutonaide1.gif" border="0" id="IMG5" WIDTH="130" HEIGHT="56"> 
  277.     </a>    
  278.     </td>
  279.   </tr>
  280. </table> 
  281. <div id="table2" class="tab2" LANGUAGE="javascript">
  282.  
  283. <table WIDTH="100" ALIGN="left" BORDER="0" cellspacing="10" CELLPADDING="1">
  284.   <tr>
  285.   <td class="nav1" style="COLOR : orange" bgcolor="blue">
  286.     Navigation </td>
  287.   </tr>
  288.   <tr>
  289.     <td LANGUAGE="javascript" 
  290.         class="nav1" 
  291.         onmouseover="this.bgColor = '#FFA500' " 
  292.         onmouseout="this.bgColor = '#FFFFFF' " 
  293.         onclick="location.href='nouvelle1.htm'" 
  294.         style="CURSOR: hand">
  295.     Recherche de donnΘes 
  296.     </td>
  297.   </tr>
  298.   <tr>
  299.     <td LANGUAGE="javascript" 
  300.         class="nav1" 
  301.         onmouseover="this.bgColor = '#FFA500' " 
  302.         onmouseout="this.bgColor = '#FFFFFF' " 
  303.         onclick="location.href='QuizzFR.htm'" 
  304.         style="CURSOR: hand">
  305.     Les jeux
  306.     </a> 
  307.     </td>
  308.   </tr>
  309.   <tr>
  310.     <td LANGUAGE="javascript" 
  311.         class="nav1" 
  312.         onmouseover="this.bgColor = '#FFA500' " 
  313.         onmouseout="this.bgColor = '#FFFFFF' " 
  314.         onclick="location.href='nouvelle3.htm'" 
  315.         style="CURSOR: hand">
  316.     Formation
  317.     </td>
  318.   </tr>
  319.   
  320. </table>
  321. </div>
  322.  
  323. <img id="aide1" class="aidepic" src="images/aidepic.gif" WIDTH="271" HEIGHT="207"> 
  324. <div id="controle" class="infocontrole" style="DISPLAY:none">
  325.     <table>
  326.         <td id="aggrandir" LANGUAGE="javascript" onclick="return aggrandir_onclick()">
  327.             <img src="images/aggrandir.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  328.         </td>
  329.         <td id="fermer" LANGUAGE="javascript" onclick="return fermer_onclick()">
  330.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  331.         </td>
  332.     </table>
  333. </div>
  334.  
  335. <div id="controleg" class="infocontroleg" style="DISPLAY:none">
  336.     <table>
  337.         <td id="rapetisser" LANGUAGE="javascript" onclick="return rapetisser_onclick()">
  338.             <img src="images/rapetisser.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  339.         </td>
  340.         <td id="fermerg" LANGUAGE="javascript" onclick="return fermerg_onclick()">
  341.             <img src="images/fermer.gif" style="border:'2px solid black'" WIDTH="40" HEIGHT="40">
  342.         </td>
  343.     </table>
  344. </div>
  345.  
  346. <div id="text1" class = "defaulttext">
  347. <h4>En cours de rΘalisation </h4>
  348. </div>
  349.  
  350. <span id="CommandesP" language="javascript" class="liencom" 
  351.          ondblclick="fermer_onclick()" onclick="return CommandesP_onclick()">
  352. <div id="info1" class="infotext" style="DISPLAY: none; FONT-SIZE: 9pt" ondblclick="fermer_onclick()"> 
  353. la reconnaissance vocale <br>
  354. pour faire quoi <br>
  355. pourquoi faire <br>
  356. qui sommes nous <br>
  357. contactez nous <br>
  358. aide <br>
  359. accueil<br>
  360. nos partenaires <br>
  361. agenda <br>
  362. en savoir plus<br>
  363. la navigation <br>
  364. les jeux <br>
  365. la formation<br>
  366. la recherche des donnΘes<br>
  367. prΘcΘdent<br>
  368. Θcran prΘcΘdent<br> 
  369. retour<br>
  370. suivant<br>Θcran suivant<br>
  371. avance<br>
  372. partenaires<br>
  373. accueil <br>
  374. commandes 
  375. possibles <br>
  376. quitter <br>
  377. fermer <br>
  378. anglais <br>
  379. </div>       
  380. </body>
  381. </html>
  382.